home *** CD-ROM | disk | FTP | other *** search
-
-
-
- MKDIR(1L) Misc. Reference Manual Pages MKDIR(1L)
-
-
-
- NNNNAAAAMMMMEEEE
- mkdir - make directories
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- mmmmkkkkddddiiiirrrr [-p] [-m mode] [--parents] [--mode=mode] [--help] [- -
- version] dir...
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- This manual page documents the GNU version of mmmmkkkkddddiiiirrrr. mmmmkkkkddddiiiirrrr
- creates a directory with each given name. By default, the
- mode of created directories is 0777 minus the bits set in
- the umask.
-
- OOOOPPPPTTTTIIIIOOOONNNNSSSS
- -_m, --_m_o_d_e _m_o_d_e
- Set the mode of created directories to _m_o_d_e, which is
- symbolic as in chmod and uses the default mode as the
- point of departure.
-
- -_p, --_p_a_r_e_n_t_s
- Ensure that each given path exists. Make any missing
- parent directories for each argument. Parent direc-
- tories default to the umask modified by `u+wx'. Do not
- consider an argument directory that already exists to
- be an error.
-
- --_h_e_l_p
- Print a usage message on standard output and exit suc-
- cessfully.
-
- --_v_e_r_s_i_o_n
- Print version information on standard output then exit
- successfully.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FSF Last change: GNU File Utilities 1
-
-
-
-